return ((SwingBeanInfo)this).createBeanDescriptor(classJButton, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.FALSE, "shortDescription", "<A description of this component>."});
public PropertyDescriptor[] getPropertyDescriptors() {
return new PropertyDescriptor[]{this.createPropertyDescriptor("UIClassID", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "shortDescription", "A string that specifies the name of the L&F class."}), this.createPropertyDescriptor("accessibleContext", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "shortDescription", "The AccessibleContext associated with this Button."}), this.createPropertyDescriptor("defaultButton", new Object[]{"bound", Boolean.FALSE, "shortDescription", "Whether or not this button is the default button"}), this.createPropertyDescriptor("defaultCapable", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "Whether or not this button can be the default button"})};